-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix makefile build #268
Fix makefile build #268
Conversation
Signed-off-by: Moti Asayag <[email protected]> rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED
Signed-off-by: Moti Asayag <[email protected]> rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED
b831028
to
3b7722e
Compare
Signed-off-by: Moti Asayag <[email protected]> rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED
3b7722e
to
5b1d5bf
Compare
@@ -9,7 +9,7 @@ fi | |||
|
|||
if [ ! -f kn ]; then | |||
echo "Installing kn-workflow CLI" | |||
KN_CLI_URL="https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-amd64.tar.gz" | |||
KN_CLI_URL="https://mirror.openshift.com/pub/openshift-v4/clients/serverless/1.11.2/kn-linux-amd64.tar.gz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gabriel-farache pls note this one had to be updated as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are duplicating the same piece of code in so many places x))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"too many"...only in 3 different places :-P
but yes, we can invoke a script from the github action, used by the same makefile and reduce one copy.
next, we can evaluate if the pipeline can be modified to use the exact script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only in 3 different places :-P
Yes but not even in the same repo :)
No description provided.